home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Libraries / Item Class / Item headers / Item.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-04-29  |  382 b   |  18 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  Demo.h
  3.  
  4.             
  5.     Copyright © 1991 Symantec Corporation. All rights reserved.
  6.     
  7.  
  8.  ******************************************************************************/
  9.  
  10. #pragma once
  11.  
  12. #define kDemoExceptionStrings    1025
  13.  
  14. enum    // demo exception error strings
  15. {
  16.     kFileTooBigErr = 1        /* file is too big to open */
  17.  
  18. };